Subclass QXmlStreamWriter. Use it to abstract the test for null strings
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 21 Feb 2013 21:53:20 +0000 (21:53 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 21 Feb 2013 21:53:20 +0000 (21:53 +0000)
commit2f04feb90cf651e28b706a2f008f0e5f2dd4ff07
tree814232307509d6b56b92def5e660bd1c33aac213
parent6cff4c967bfe1865d2ecfae513b9d0f3d7cd7754
Subclass QXmlStreamWriter.  Use it to abstract the test for null strings
(which is different for C Strings and QStrings) to avoid writing empty
XML tags.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4320 f51c46e8-681c-474f-0cfe-069cfd0219fb
gpsbabel/gpx.cc
gpsbabel/src/core/xmlstreamwriter.h [new file with mode: 0644]